summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Rob Savoury [Tue, 23 Aug 2022 20:39:08 +0000 (13:39 -0700)]
Fix build with system litehtml
CMake errors out when using system litehtml (which depends on gumbo) due being
unable to set definitions for libraries not built by the Qt6 Tools project:
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt6/QtFlagHandlingHelpers.cmake:171 (target_compile_definitions):
Cannot specify compile definitions for target "litehtml" which is not built
by this project.
Call Stack (most recent call first):
src/assistant/CMakeLists.txt:34 (qt_internal_set_exceptions_flags)
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt6/QtFlagHandlingHelpers.cmake:190 (get_target_property):
get_target_property() called with non-existent target "litehtml".
Call Stack (most recent call first):
src/assistant/CMakeLists.txt:35 (qt_disable_warnings)
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt6/QtFlagHandlingHelpers.cmake:190 (get_target_property):
get_target_property() called with non-existent target "gumbo".
Call Stack (most recent call first):
src/assistant/CMakeLists.txt:37 (qt_disable_warnings)
Also, litehtml > 0.5 reorganises the headers into a litehtml sub-directory
(this build is with exactly litehtml 0.5+git20211028, the same version found
in Qt6 Tools source code). Fix the build by removing attempts to set Qt defs
for litehtml/gumbo and by using the new path to the primary header.
Gbp-Pq: Name fix-build-with-system-litehtml.patch
Patrick Franz [Fri, 30 Dec 2022 15:59:08 +0000 (16:59 +0100)]
qt6-tools (6.4.2~rc1-2) unstable; urgency=medium
[ Patrick Franz ]
* Upload to unstable.
[dgit import unpatched qt6-tools 6.4.2~rc1-2]
Patrick Franz [Fri, 30 Dec 2022 15:59:08 +0000 (16:59 +0100)]
Import qt6-tools_6.4.2~rc1-2.debian.tar.xz
[dgit import tarball qt6-tools 6.4.2~rc1-2 qt6-tools_6.4.2~rc1-2.debian.tar.xz]
Patrick Franz [Tue, 27 Dec 2022 21:27:47 +0000 (22:27 +0100)]
Import qt6-tools_6.4.2~rc1.orig.tar.xz
[dgit import orig qt6-tools_6.4.2~rc1.orig.tar.xz]